SetType
TheSetType
method sets the type of this name space.
void SetType (in ODNSTypeSpec type);
type
- The type of this name space. The type must be either object name space (
kODNSDataTypeODObject
) or value name space (kODNSDataTypeODValue
).DISCUSSION
This method is called by subclasses of theODNameSpace
class to set the type of this name space. Your part should not call this method directly.SEE ALSO
TheODNameSpace::GetType
method (page 431).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help